Telemetry options
Options around sending telemetry for Doc Detective usage.
Referenced In
Fields
Field | Type | Description | Default |
---|---|---|---|
send | boolean | Required. If true , sends Doc Detective telemetry. | true |
userId | string | Optional. Identifier for the organization, group, or individual running Doc Detective. |
Examples
{
"send": true,
"userId": "example"
}